home *** CD-ROM | disk | FTP | other *** search
- object frmCheckUpdate: TfrmCheckUpdate
- Left = 336
- Top = 439
- BorderStyle = bsToolWindow
- Caption = 'frmCheckUpdate'
- ClientHeight = 135
- ClientWidth = 326
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pcCheckUpdate: TPageControl
- Left = 0
- Top = 0
- Width = 326
- Height = 105
- ActivePage = tsCheck
- Align = alTop
- Style = tsFlatButtons
- TabOrder = 0
- object tsCheck: TTabSheet
- Caption = 'tsCheck'
- TabVisible = False
- object mCheck: TMemo
- Left = 4
- Top = 0
- Width = 310
- Height = 89
- TabOrder = 0
- end
- end
- object tsDownload: TTabSheet
- Caption = 'tsDownload'
- ImageIndex = 1
- TabVisible = False
- object lStatus: TLabel
- Left = 8
- Top = 16
- Width = 32
- Height = 13
- Caption = 'lStatus'
- Visible = False
- end
- object lRemoteFile: TLabel
- Left = 8
- Top = 72
- Width = 55
- Height = 13
- Caption = 'lRemoteFile'
- end
- object pbStatus: TProgressBar
- Left = 8
- Top = 40
- Width = 305
- Height = 17
- Min = 0
- Max = 100
- TabOrder = 0
- Visible = False
- end
- end
- end
- object btnWhatsNew: TButton
- Left = 8
- Top = 104
- Width = 120
- Height = 25
- Caption = 'btnWhatsNew'
- TabOrder = 1
- Visible = False
- OnClick = btnWhatsNewClick
- end
- object btnDownload: TButton
- Left = 135
- Top = 104
- Width = 87
- Height = 25
- Caption = 'btnDownload'
- TabOrder = 2
- OnClick = btnDownloadClick
- end
- object btnCancel: TButton
- Left = 234
- Top = 104
- Width = 85
- Height = 25
- Caption = 'btnCancel'
- TabOrder = 3
- OnClick = btnCancelClick
- end
- end
-